Skip to content

Commit

Permalink
removed startup warning from -find-user-variables, thanks to Nish
Browse files Browse the repository at this point in the history
  • Loading branch information
dieter.wilhelm committed Oct 12, 2014
1 parent ee7f665 commit 1839868
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,13 @@ locally:
* Tim Read
* Geoff Foster

For their ansys-mod.el from 1997 which gave the ideas to start
ANSYS-Mode (the implementation though is different and many
capabilities are new or extended)
For their ansys-mod.el from 1997 which triggered the idea in 2006 to
start ANSYS-Mode as a GNU public license (GPL) implementation with an
extended feature set.

Then in mainly reverse chronological order:
Further acknowledgements in mainly reverse chronological order:

* Nish Joseph
* Alwin Perras
* Mathias Dahl, for hide-region.el (and yupeng for some additions)
* Thien-Thi Nguyen
Expand All @@ -390,7 +391,7 @@ Then in mainly reverse chronological order:
* Holger Sparr
* Eli Zaretzki
* Markus Triska
* [http://stallman.org/ RMS]
* [http://stallman.org/ RMS] for Emacs

== Resources ==

Expand Down
2 changes: 1 addition & 1 deletion ansys-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@ Added pseudo arguments A B C."
;; for the display
(setq ansys-user-variables
(sort ansys-user-variables
'(lambda (arg1 arg2)
#'(lambda (arg1 arg2)
(< (cadr arg1) (cadr arg2)))))
;; make the regexp for fontification
(setq res (mapcar 'car ansys-user-variables)
Expand Down

0 comments on commit 1839868

Please sign in to comment.