summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-05-09 21:50:55 +0000
committerJim Blandy <jimb@redhat.com>1991-05-09 21:50:55 +0000
commit83c9fc1157f422004b5181c4c9d3c5c7825172e7 (patch)
tree074f66bcf8a15ff5af469b126062561d23800262 /lisp/options.el
parent4b2ee35d30a5bc736e494bf1819bca49d5b27ece (diff)
downloademacs-83c9fc1157f422004b5181c4c9d3c5c7825172e7.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/options.el b/lisp/options.el
index e67346cab63..3abd02910ba 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -18,6 +18,7 @@
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;###autoload
(defun list-options ()
"Display a list of Emacs user options, with values and documentation."
(interactive)
@@ -42,6 +43,7 @@
(princ "\n;;\n"))
(setq vars (cdr vars))))))
+;;;###autoload
(defun edit-options ()
"Edit a list of Emacs user option values.
Selects a buffer containing such a list,